home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1191
/
1191.xpi
/
chrome
/
reminderfox.jar
/
content
/
reminderfox
/
mail
/
invitation.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-10-22
|
6KB
|
176 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://reminderfox/skin/reminder.css" type="text/css"?>
<!-- DTD Files -->
<!DOCTYPE window
[
<!ENTITY % dtd2 SYSTEM "chrome://reminderfox/locale/reminderfox.dtd" > %dtd2;
]>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="reminderFox-set-mailAppString"
windowtype="window:ItemDialog"
title="&mail.sendexport.reminder.invitation.title;"
width="550px"
persist="screenX screenY"
onload="rmFx_invitationLoadDialog()">
<stringbundleset id="stringbundleset">
<stringbundle id="reminderFox-bundle" src="chrome://reminderfox/locale/reminderfox.properties"/>
</stringbundleset>
<script type="application/x-javascript" src="chrome://reminderfox/content/utils/rmFxUtils.js" />
<!-- //gW appPicker 2009-10-03
<script type="application/javascript" src="chrome://messenger/content/preferences/applications.js"/>
-->
<script type="application/x-javascript" src="chrome://reminderfox/content/mail/mail.js" />
<script type="application/x-javascript" src="chrome://reminderfox/content/mail/rmFxIcalMail.js" />
<script type="application/x-javascript" src="chrome://reminderfox/content/reminderFoxCore.js" />
<script type="application/x-javascript" src="chrome://reminderfox/content/mail/addContact2Reminder.js" />
<script type="application/x-javascript"
src="chrome://reminderfox/content/mail/addContact2Reminder.js" />
<keyset id="reminderFoxOptions-keys">
<key keycode="VK_ESCAPE" oncommand="rmFx_invitationCloseDialog('CANCEL'); window.close();" />
<key keycode="VK_ENTER" oncommand="rmFx_invitationCloseDialog('OK'); window.close();"/>
<key keycode="VK_RETURN" oncommand="rmFx_invitationCloseDialog('CANCEL'); window.close();"/>
</keyset>
<vbox flex="1">
<spacer height="10px"/>
<vbox>
<hbox flex="1">
<groupbox id="exportGroupbox" flex="1">
<caption>
<checkbox id="exportSection" label="&mail.sendexport.reminder.export;"
checked="true" oncommand="rmFx_sendExportChange(this)" class="reminderFoxBold" />
</caption>
<hbox>
<spacer width="20px" />
<label value="&mail.sendexport.reminder.exportto;" width="120px" />
<textbox id="exportFile" width="290px" editable="true"
value="../reminderfoxEvents.ics" />
<toolbarbutton class="image-button" id="getFileLocationButton"
tooltiptext="&mail.sendexport.reminder.export.file;" oncommand="rmFx_getExportFile()" />
</hbox>
</groupbox>
</hbox>
</vbox>
<vbox flex="1">
<hbox flex="1">
<groupbox id="sendGroupbox" flex="1">
<caption>
<checkbox id="sendSection" label="&mail.sendexport.reminder.send;"
checked="false" class="reminderFoxBold" align="top"
oncommand="rmFx_sendExportChange(this)" />
</caption>
<hbox>
<spacer width="20px" />
<label value="&mail.sendexport.reminder.sender;"
width="120px" />
<menulist id="organizerMenu" width="290px" editable="true"
disabled="true" />
</hbox>
<vbox id="reminderFox-invitationGroup">
<hbox>
<spacer width="20px" />
<checkbox id="inviteEnable" checked="false" disabled="true"
label="&mail.send.reminder.invitation.check;" oncommand="rmFx_invitationSwitch();">
</checkbox>
</hbox>
</vbox>
<vbox id="reminderFox-attendeeGroup">
<hbox>
<spacer width="40px" />
<label value="&mail.send.reminder.invitation.attendees;"
width="100px" />
<textbox id="attendees" value="" width="290px"
tooltiptext="&mail.send.reminder.invitation.attendees.tooltip;" />
<toolbarbutton class="image-button" id="personButton"
tooltiptext="&mail.send.reminder.invitation.aBook;" oncommand="rmFx_abookOpen();" />
</hbox>
</vbox>
<vbox id="reminderFox-commentGroup" flex="1">
<hbox>
<spacer width="40px" />
<text value="&mail.send.reminder.invitation.comment;" />
</hbox>
<hbox id="commentEntry">
<spacer width="40px" />
<textbox id="commentText" value="" flex="1" multiline="true"
rows="4" />
<spacer width="10px" />
</hbox>
</vbox>
<!-- mail.app.location -->
<text />
<vbox id="reminderFox-mailApp.Location-Box">
<hbox>
<spacer width="20px" />
<description width="290px" id="mailApp.Description" class="textDisabled">
&mail.send.reminder.invitation.mail;
</description>
</hbox>
<hbox>
<spacer width="30px" />
<description width="410px" id="mailApp.location.input"
tooltiptext="&mail.send.reminder.invitation.reload;"
class="textDisabled"
value="undefined" />
<toolbarbutton class="image-button" id="mailAppButton"
onclick="rmFx_mailAppStringBrowse();" tooltiptext="&mail.send.reminder.invitation.browse;"
disabled="true" />
</hbox>
</vbox>
</groupbox>
</hbox>
</vbox>
</vbox>
<vbox>
<hbox id="reminderFox-options-footer" class="reminderFox-footer3"
align="center" />
<hbox id="reminderFox-options-footer" class="reminderFox-footer2"
align="center" />
<hbox id="alertButtonGroup">
<spacer class="reminderFox-btnspacer" flex="1" />
<button id="rmCatOK" label="&rf.ok;" tooltiptext="go"
oncommand="rmFx_invitationCloseDialog('OK'); window.close();" />
<spacer width="5px" />
<button id="rmCatCancel" label="&rf.cancel;"
oncommand="rmFx_invitationCloseDialog('CANCEL'); window.close();" />
</hbox>
</vbox>
</window>